home *** CD-ROM | disk | FTP | other *** search
- /*
- File: BigEasyGrafish.h
-
- Contains: xxx put contents here xxx
-
- Written by: xxx put writers here xxx
-
- Copyright: © 1991 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <2> 1/20/92 dvb Add more routines.
-
- */
-
- /* file: BigEasyGrafish.h
- *
- * Started 25 August 1989, more or less.
- *
- * Headers for BigEasyGrafish.c
- *
- */
-
- #ifndef BigEasyGrafish
- extern char dGrayPat[];
- extern char dBlackPat[];
- #endif
-
- void RGBFore(unsigned short,unsigned short,unsigned short);
- void RGBBack(unsigned short,unsigned short,unsigned short);
- void GoBlack(void);
- void GoGray(void);
- void GoWhite(void);
- void GoBW(void);
-
- void RGBOp(unsigned short,unsigned short,unsigned short);
- void RGBHilite(unsigned short,unsigned short,unsigned short);
- void PmHilite(short);
- void RampColorTable(CTabHandle,short start,short length,unsigned short r1,unsigned short g1,unsigned short b1,
- unsigned short r2,unsigned short g2,unsigned short b2);
-
- void FrameRectOutside(Rect *r);
- void DrawIcl8Resource(short id,Rect *r);
-
- Boolean EasyHasColor(void);
-
-